.chromestyle{
	/*height: 28px;*/
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	text-align:left;
	/*background-color:#022a56;*/
	/*background: url(../images/bg_menu.jpg) repeat-x #576f25;*/
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	width: 100%;
}

.chromestyle ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	display: inline; 
}

#nosubpage {
	color:#15B0E9;
	display:block;
	/*background-color:#000000;*/
	/*background-image:url(../images/arrow-00-ani.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	display: block; 
/*	height: 22px; 
	line-height: 22px; */
	width: 87%;
	text-decoration: none; 
	/*text-indent: 8px;*/
	margin: 0px 0px 2px 0px; 
	padding: 3px 8px 3px 8px;
	border-bottom:1px solid #ccc;
}

#hassubpage {
	color:#15B0E9;
	display:block;
	/*background-color:#000000;*/
	/*background-image:url(../images/arrow-00-ani.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	display: block; 
/*	height: 22px; 
	line-height: 22px; */
	width: 87%;
	text-decoration: none; 
	/*text-indent: 8px;*/
	margin: 0px 0px 2px 0px; 
	padding: 3px 8px 3px 8px;
}

#subpage {
	color:#15B0E9;
	display:block;
	/*background-color:#000000;*/
	/*background-image:url(../images/arrow-00-ani.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	display: block; 
/*	height: 22px; 
	line-height: 22px; */
	width: 87%;
	text-decoration: none; 
	/*text-indent: 8px;*/
	margin: 0px 0px 2px 0px; 
	padding: 3px 8px 3px 8px;
	border-bottom:1px solid #333333;
}


.chromestyle ul li a:hover{	
	color: #15B0E9;
	display: block; 
	/*height: 22px; 
	line-height: 22px; */
	width: 87%;
	text-decoration: none; 
	/*text-indent: 8px;*/
	margin: 0px 0px 2px 0px; 
	padding: 3px 8px 3px 8px;
	border: none;
	background:#333;
	border-bottom:solid 1px #ccc;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " " url(../images/down_white.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	 /*THEME CHANGE HERE*/
	font-family:Arial, Helvetica, sans-serif
	color: #fff;
	font-size: 11px;
	text-align:left;
	line-height:18px;
	z-index:100;
	background: #000000; 
	/*background: url(../images/bg_menu.jpg) repeat-x #576f25;*/
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*THEME CHANGE HERE*/
	padding: 2px 2px 0px 5px;
	text-decoration: none;
	color: #15B0E9;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #333;
	color:#15B0E9;
}

#menu_b
{
	margin:0px 60px 0px 60px;
	text-align:center;
}

#menu_b ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu_b ul li
{
	display:inline;
	list-style:none;
}

#menu_b ul li a
{
	color:#fff;
	margin:0px 5px 0px 5px;
}

#menu_b ul li a:hover
{
	color:#15B0E9;
}