@charset "utf-8";
/* CSS Document */

/*----------- 3. Container Structure  --*/
#topmenu_container {
	background-color: #FFF;
}
#topmenu, #header, #footer, #main_content {position:relative; width:990px; margin: 0 auto;}
#topmenu, #footer {overflow: hidden;}

/*----------- 4. Header  ----------------*/
/*----This includes most of the Header stylings.  Also refer to section C. Navigation for menu specific styles ----*/
#topmenu { min-height: 30px; }
#logo {float:right;}
#logo img {margin: 0 10px 0 0;}
/*----------- 1. Top Menu  ------------*/
#topmenu_left {position: absolute; bottom:0; left: 0; width: 635px;}
#topmenu_right {position: absolute; bottom:0; right: 0; width: 325px;}
#topmenu ul a{
	color:#990000;
	font-size: 14px;
	float:left;
	text-decoration:none;
	margin: 0 10px 2px 5px;
}
#topmenu li {display:inline;}

#topmenu ul a:hover{
	text-decoration: underline;
}