/*Top Menu*/
#menu ul {
	padding:1px 0 0 0; 
	margin:0px; 
	list-style-type:none;
	z-index:100;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
#menu ul li {
	padding:0px 30px 0 20px; 
	margin:0px;
	float:left;
	background-image:url(../images/bg_menu_bullet.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#menu ul li#contactmenu {
	background-image:none;
}

#menu ul li#homemenu {
	padding-left:0;
}


/*This changes the top level menu's links*/
#menu ul li a {
	padding:0;
	margin:0;
	display:block;
	color:#006bb7;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}

/*This changes the position and appearance of the submenus
#menu li ul { 
}*/

#menu li ul {
	display:none;
	position:absolute;
	background-color:#f7e4ab;
	line-height:140%;
	width:205px;
}

#menu li ul li {
	padding:0 8px;
	margin:0;
	background-image:none;
	clear:both;
}

/*This changes the submenu links*/
#menu li ul li a {
	padding:4px 5px;
	margin:0;
	color:#006bb7;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif, Arial;
	font-weight:normal;
	border-bottom:1px solid #006bb7;
	display:block;
	width:175px !important;
	width:195px;
}

#menu li ul li a#circuitnav {
	border-bottom:none;
}

/*This changes the hover for all links in the menu div*/
#menu ul li a:hover {
	color:#e63907;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
#menu li:hover ul {
	display:block;
}

#menu 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 */

/*Project Tracker Menu*/

#menu_right a {
	padding:0;
	margin:0;
	letter-spacing:-.04em;
	white-space:nowrap;
	color:#006bb7;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	display:block;
}

#menu_right a:hover {
	color:#006bb7;
}

/*Footer Menu*/
#footer_content a {
		color:#FFFFFF;
}
