@charset "UTF-8";
/* CSS Document */

#menuOuter{
	display: block;
	margin: auto;
	width: 980px;
	position: relative;
	margin: auto;
	padding: 0px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 980px;
}

#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-right: 1px solid white;
}

#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 7px 5px 7px 5px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

#menu a:hover {
	background: #5f5f5f url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 7px;
}   

/* Sub Menu */
 
#subMenu{
	width: 980px;
	height: 25px;
	clear: both;
	background: url("/images/v2/second_navbg.gif") repeat;
	display: block;
	position: relative;
	padding-top: 5px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #cdcdcd;
}

a.sumMenuLeft, form.sumMenuLeft{
	color:#3A3A3A;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
}
form.sumMenuLeft{ display: inline; clear: none; margin-left: 10px; }

a.sumMenuRight{
	margin: 0px 5px 0px 5px;
	color:#3A3A3A;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	clear: none;
}
form.sumMenuRight{
	margin: 0px 5px 0px 30px;
	color: #3A3A3A;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	clear: none;
}
/*form.sumMenuRight{
	margin: 0px 5px 0px 5px;
	color: #3A3A3A;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	clear: none;
	//float: right; 
	//margin-right: 10px;
}*/
