@charset "utf-8";
/* CSS Document */

/* CSS Document */


/* --------------------- Main Page --------------------- */

html {
	width: 100%;
}

body { 
	margin: 0px;
	padding:0px; 
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
} 


/* ------------------------ DROP DOWN MENU ------------------------ */

#compmenu {
	width: 706px;
	height: 49px;
	/*position: absolute;
	left: 625px;*/
	top: 90px;
	margin-top: 0px;
	padding: 5px;
	color: black;
	font-size: 14px;                     
	font-weight: bold;
	color: #FF0000;
	z-index: 50;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
}
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}


/* ROLLOVER BUTTONS */
/*li.bigbuttonuno {
width: 211px;
}*/

/* Main buttons */
li.bigbuttonuno a {
	display:block; 
	background-color: #4bad86;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	/*Padding widens the sub buttons on drop down*/
	padding-right: 34px;
	
} 
li.bigbuttonuno a:hover, li.bigbuttonuno a:active {
	background-color: #16745a;
} 

li.bigbuttondos a {
	display:block; 
	background-color: #4bad86;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	/*Padding widens the sub buttons on drop down*/
	padding-right: 34px;
} 
li.bigbuttondos a:hover, li.bigbuttondos a:active {
	background-color: #16745a;
} 

li.bigbuttontres a {
	display:block; 
	background-color: #4bad86;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	/*Padding widens the sub buttons on drop down*/
	padding-right: 34px;
} 
li.bigbuttontres a:hover, li.bigbuttontres a:active {
	background-color: #16745a;
} 

li.bigbuttoncuatro a {
	display:block; 
	background-color: #4bad86;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	/*Padding widens the sub buttons on drop down*/
	padding-right: 34px;
	
} 
li.bigbuttoncuatro a:hover, li.bigbuttoncuatro a:active {
	background-color: #16745a;
} 
/* Sub buttons */
li.sub a {
	display:block; 
	background-color: #16745a;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
} 
li.sub a:hover, li.sub a:active {
	background-color: #a2dad4;
} 
