.chromestyle{
margin-top:8px;

font:11px Verdana;
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{
padding-right: 5px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
padding-right: 10px;
padding-left:5px;
}

.chromestyle ul li a{
color: #fff; 
text-decoration: none;
padding:5px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(../images/nav_sides_05.jpg) center repeat-x;  /*THEME CHANGE HERE*/
 color:black;
 padding:5px;
}


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

.dropmenudiv{
position:absolute;
top: 0;
font:10px Verdana;
font-weight: normal;
z-index:100;
background-color: #DFDEDE;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
padding-bottom:5px;
margin-top:-2px;
color: #333333;
}

#dropmenuViews a {
/*color: #333399;*/

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #454545;
color:white;
}
.menu_tab {
margin-left: 20px; 
margin-top: 10px;

}

.menu_tab_left{ 
background-image: url(../images/nav_left_10.png);
float: left; 
height: 29px; 
width: 10px;
}

.menu_tab_main{
background-image:url('../images/nav_bg_14.jpg');
float: left; 
height: 29px;
line-height: 25px;
margin-top:0px;
width: 790px;   

}

.menu_tab_right {
background:url(../images/nav_right_13.jpg) top;
float: left; 
height: 29px; 
width: 10px; 
}
.link_left{
float: left;
}
.link_right {
float: right;
}
.chromestyle li{
    
    background: url(../images/split_18.jpg) no-repeat right center; 
}
