.chromestyle{
/*width: 100%;*/
/*background:url(../images/my_menu.png);*/
width:951px;
height:55px;
/*font-weight: bold;*/
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background:transparent url(../images/nav_bg.gif) repeat-x scroll center top;*/
padding: 0px 0;
margin: 0;
text-align: center; 
}
.chromestyle ul li{
	display: block;
    float: left;
    margin-top: 6px;
    width: 115px;
}
.chromestyle ul li a{

padding-top:14px;
background:url("../images/nav.jpg");
font-family:"Times New Roman", Times, serif;
font-size:17px;
color:#000000;
display:block;
text-decoration:none;
width:113px;
height:53px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background:transparent url(../images/nav_bg.gif) repeat-x scroll center top;*/
background:#09b3ff;
display:block;
height:53px;
width:113px;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"Times New Roman",Times,serif;
line-height:18px;
z-index:100;
background-color:#454647;
width: 200px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color:#FFFFFF;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#09b3ff;
color:#000000;
}

.search_tb {
    background: url("../images/find.png") no-repeat scroll 4px 4px #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 21px;
    padding: 4px 4px 4px 39px;
    width: 164px;
	margin-top:8px;
	margin-left:10px;
	float:left;
	text-align:right;
}

