
/* BASIC PAGE STYLES */
*       {margin: 0; padding: 0;}
p       {margin: 15px 0; color: #333; font-size: 13px; line-height: 18px;}

/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	height: 26px;
	padding: 0;
	clear: both;
	font: 14px Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-left:2px;
}
ul.mainMenu li {
    float: left;
    list-style: none;
    width:166px; 
}

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 8px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 4px;
	text-decoration: none;	
	color: #FFD800;
}

ul.mainMenu li a:hover {color: #D63B33;}

/* When hovering over main list items, show second level lists */
ul.cssonly li:hover ul { display: block;}

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top: 28px;
	height:215px;
	left: 1px;
	background: #eaeaea;		
	display: none; /* Hide until parent list item is hovered on */
}

ul.mainMenu ul li { padding: 1px; width:164px;}
ul.mainMenu ul li:last-child { border: 0;}


ul.mainMenu ul a {font-size: 11px; color:#39397d; font-weight:normal;}
ul.mainMenu ul a:hover { background: #f4f7fa; color: #39397d; font-weight:normal;}

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { float:left; display: inline; }


#c1 {
    background:#e6e6e6;
}

#c2 {
	background:#e6e6e6;
}
#c3 {
	background:#e6e6e6;
}

#c9 {
	background:#e6e6e6;
}

#c5 {
	background:#e6e6e6;
}

#srvul{
	background:#e6e6e6;
}

/*
#c1 {
    background:#ff6600;
}

#c2 {
	background:#39397d;
}
#c3 {
	background:#009933;
}

#c9 {
	background:#d63633;
}

#c5 {
	background:#5e1178;
}

#srvul{
	background:#93bde8;
}
*/
