/*New top menu styling*/
/* non sub menu styling*/
#main-menu{
	width: 750px;
	height: 36px;
	background: url(../images/menu_nav/main-menu-bg-right.gif) no-repeat right top;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
.bgleft{
	width: 12px;
	background: url(../images/menu_nav/main-menu-bg-left.gif) no-repeat left top;
	float: left;
	height: 36px;
}

#main-menu ul{
	list-style-type:none;
	padding: 0px;
	margin-left:0px;
}

#main-menu li{
	background: url(../images/menu_nav/main-menu-unselected-right.jpg) no-repeat right top;
	float:left;
	height:36px;
	margin-right:3px;
}

#main-menu li.selected{
	background: url(../images/menu_nav/main-menu-selected-right.jpg) no-repeat right top;
}

#main-menu a {
	background: url(../images/menu_nav/main-menu-unselected-left.gif) no-repeat left top;
	text-decoration: none;
	width: 90px;
	float: left;
	text-align: center;
	height: 25px;
	padding-top: 12px;
}
#main-menu a:link, a:visited, a:active {
	color:#666;
}

#main-menu a:hover {
	color: #599ccb;
	text-decoration: underline;
}

#main-menu a.home{
	width: 47px;
}
#main-menu a.selected {
	color: #333;
	background: url(../images/menu_nav/main-menu-selected-left.jpg) no-repeat left top;
}


/*main menu*/
#main-sub-menu{
	width: 750px;
	height: 37px;
	background: url(../images/menu_nav/main-menu-sub-bg-right.gif) no-repeat right top;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
.mainsubbgleft{
	width: 12px;
	background: url(../images/menu_nav/main-menu-sub-bg-left.gif) no-repeat left top;
	float: left;
	height: 37px;
}

#main-sub-menu ul{
	list-style-type:none;
	padding: 0px;
	margin-left:0px;
}

#main-sub-menu li{
	background: url(../images/menu_nav/main-menu-sub-unselected-right.jpg) no-repeat right top;
	float:left;
	height:37px;
	margin-right:3px;
}

#main-sub-menu li.selected{
	background: url(../images/menu_nav/main-menu-sub-selected-right.jpg) no-repeat right top;
}

#main-sub-menu a {
	background: url(../images/menu_nav/main-menu-sub-unselected-left.jpg) no-repeat left top;
	text-decoration: none;
	width: 90px;
	float: left;
	text-align: center;
	height: 25px;
	padding-top: 12px;
}

#main-sub-menu a, a:link, a:visited, a:active {
	color:#666;
}

#main-sub-menu a:hover {
	color: #599ccb;
	text-decoration: underline;
}

#main-sub-menu a.home{
	width: 47px;
}
#main-sub-menu a.selected {
	color: #333;
	background: url(../images/menu_nav/main-menu-sub-selected-left.jpg) no-repeat left top;
}

/* sub menu */
#sub-menu{
	width: 750px;
	height: 35px;
	background: url(../images/menu_nav/sub-menu-bg-right.jpg) no-repeat right top;
	color: #666;
	font-size: 12px;
}

.subbgleft{
	width: 11px;
	background: url(../images/menu_nav/sub-menu-bg-left.jpg) no-repeat left top;
	float: left;
	height: 35px;
}

#sub-menu ul{
	list-style-type:none;
	padding: 0px;
	margin:0px;
}

#sub-menu li{
	float:left;
	height:19px;
	margin: 11px 13px 5px 4px;
}

#sub-menu li.selected {
	font-weight: bold;
}

#sub-menu a:link, a:visited{
	color: #666;
}

#sub-menu a:hover{
	color: #599ccb;
}

