
/*

 ####################################################################
 ####################################################################
 ############# THIS IS THE SCREEN STYLE SHEET FOR THE ###############
 ############# BETA SIGMA PSI  - EPSILON CHAPTER WEBSITE ############
 ####################################################################
 ####################################################################

 */

/*

 ####################################################################
 ####################################################################
 ##################### GLOBAL ELEMENTS ##############################
 ####################################################################
 ####################################################################
 
 */

body {
	/*background: #C0C0C0 url(/images/template/goldrose.jpg) left bottom fixed no-repeat;*/
	background:#2F4F4F;
	padding: 0px 0px 0px 0px;
}

/*

 ####################################################################
 ####################################################################
 ##################### LAYOUT ELEMENTS ##############################
 ####################################################################
 ####################################################################

 */

#container {
	/*background: #FFFFFF url(/images/template/goldroselight.jpg) left bottom fixed no-repeat;*/
	background: #F2EEE5;
}



#left_gradient {
	width: 7px;
	background-image: url(/test/left_drop.png);
	background-repeat: repeat-y;
	background-color:#2F4F4F;
	}
	
#right_gradient {
	width: 7px;
	background-image: url(/test/right_drop.png);
	background-repeat: repeat-y;
	background-color:#2F4F4F;
	}

/* Header */
#header {
	height: 65px;
	background: transparent url(/images/template/header.jpg) no-repeat top left;
	top: 0px;
}

#header p {
	display: none;
}

#crest {
	height: 200px;
	width: 200px;
	background: transparent url(/images/template/crest.jpg) no-repeat top left;
}

#bar_left {
	height: 25px;
	width: 200px;
	background-color: #AA0000;
}

#search {
	background-color: #CC0000;
	text-align: right;
	vertical-align: middle;
	/*height: 25px;*/
}


/* Menu Sections */
#menuv		                                 /* position, size, and font of  menu */
	{	
	position:static;	
	z-index: 10;
	width: 200px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 1.2em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 190px;
	display:block;
	padding-left: 10px;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #AA0000;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #CC0000;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #FF4F56;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 200px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 190px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	