/*Very Top Menus*/

div#menu_top ul#menu_nav {
	padding:2px 30px 7px 390px;
	margin:0;
}

div#menu_top ul#menu_nav li {
	padding:0;
	margin:0;
	float:left;
	display:block;
	list-style-type:none;
}

div#menu_top ul#menu_nav li a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

div#menu_top ul#menu_nav li a:hover {
	color:#D3150E;
}


/*Main Menu*/

div#main_menu UL {
	padding:0 0 0 18px;
	margin:0; 
	LIST-STYLE-TYPE: none;
	font-size:12px;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
div#main_menu UL LI {
	POSITION: relative;
	float:left;
	line-height:140%;
	padding:0 60px 0 5px;
	margin:0;
}

div#main_menu UL LI.top_last {
	padding-right:5px;
}

/*This changes the top level menu's links*/
div#main_menu UL LI A {
	PADDING:0px;
	margin:0;
	DISPLAY: block;
	color:#132887;
	text-decoration:none;
}

/*This changes the hover for all links in the menu div*/
div#main_menu UL LI A:hover {
	BACKGROUND:none;
	color:#D3150E;	
}

/*This changes the position and appearance of the submenus*/
LI UL { 
	DISPLAY: none;
}

div#main_menu UL LI UL {
	padding:0;
	margin:0;
	text-align:left;
	background-color:#FFFFFF;
	line-height:140%;
	POSITION: absolute;
	border:1px solid #D3150E;
	border-collapse:collapse;
}

div#main_menu LI UL LI {
	padding:0;
	margin:0;
}


/*This changes the submenu links*/
div#main_menu UL LI UL LI A {
	PADDING:2px 3px;
	margin:0;
	text-transform:none;
	BACKGROUND:#FFFFFF;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */

.sub_networking  {
	width:100px;
}

.sub_services  {
	width:145px;
}

.sub_products  {
	width:110px;
}

.sub_training  {
	width:80px;
}

.sub_resources  {
	width:70px;
}