/*head_menu*/
.menu_bg {
	width: 959px;
	border: 2px solid #c1def4;
	margin: 1px auto 0px auto;;
	background: transparent url(/styles/stage/images/menu_bg.gif) repeat-x left;
}

.lr_width {
	padding: 0 23px;
}

.dh {
	background: url(images/menu_bg2.gif) no-repeat right;
}

#font10 a:link {
	font-size: 12px;;
	color: #ffffff;;
	font-weight: bold;
}

#font10 a:visited {
	font-size: 12px;;
	color: #ffffff;;
	font-weight: bold;
}

#font10 a:hover {
	font-size: 12px;;
	color: #ffffff;;
	font-weight: bold;
}

#font10 a:active {
	font-size: 12px;;
	color: #ffffff;;
	font-weight: bold;
}

#chromemenu {
	color: #fffff;
	text-align: center;
}

#chromemenu a {
	color: #fffff;
}

#chromemenu :after {
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromemenu ul {
	border: 0px solid #BBB;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: 12px "ËÎÌå";
	color: #fff;
}

#chromemenu ul li {
	display: inline;
}

#chromemenu ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
}

#chromemenu ul li a:hover {
	color: #fff;
}

#chromemenu ul li a[onMouseover]:after {
	/*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	width: 100%;
	position: absolute;
	top: 0;
	border: 0px solid #B5E2FE; /*Theme Change here*/
	border-bottom-width: 0;
	z-index: 100;
	visibility: hidden;
	margin-top: 10px;
	font-size: 12px;
	font-weight: lighter;
}

.dropmenudiv a {
	display: block;
	border-bottom: 1px solid #ffffff; /*Theme Change here*/
	border-left: 0px solid #B5E2FE; /*Theme Change here*/
	border-right: 0px solid #B5E2FE; /*Theme Change here*/
	text-decoration: none;
	color: #333333;
	background-color: #0079d3;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
}

.dropmenudiv a:hover { /*Theme Change here*/
	background-color: #449ada;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

a.font:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.font:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.font:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.font:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
