.chromestyle{
width: 100%;

font-family:Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
	border-top: 1px solid #0F79B2;
border-bottom: 1px solid #666;
width: 100%;
background:url(http://www.sftours.com/images_interface/grad_mainmenu.jpg)center center repeat-x #005892; /*THEME CHANGE HERE*/

margin: 0;
background-image:url(http://www.sftours.com/images_interface/grad_mainmenu.jpg); background-repeat:repeat-x;
text-align: center; /*set value to "left", "center", or "right"*/
font-size:13px;
height:38px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #dfdfdf;
padding: 4px 5px;
margin: 0;
text-decoration: none;
width:106px;
border-left:1px solid #333;
height:30px;
display:block;
float:left;
font-weight:lighter;

}

.chromestyle ul li a:hover{
background:url(http://www.sftours.com/images_interface/grad_mainmenu_over.jpg)center center repeat-x; /*THEME CHANGE HERE*/
color:#fff;

}

/*.chromestyle ul li a[rel]: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{
position:absolute;
top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#3375af;
width:190px;
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;

border-right:1px solid #999;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
border-left:1px solid #999;
padding: 2px 3px;
text-decoration: none;
color: #fff;


}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background:url(http://www.sftours.com/images_interface/grad_dropdown_over.jpg) bottom repeat-x #4daae8;
border-right:1px solid #999;
border-left:1px solid #999;
}

