@charset "utf-8";
/* CSS Document */
a{ outline:none;}

/* css menu */
.chromestyle{
height:38px;
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size:11px;

}

.chromestyle ul{
height:38px;
padding:0px;
margin:0px;
text-align:left;}

.chromestyle ul li{
background:url(../images/partition-line.jpg) center right no-repeat;
display:inline;
line-height:12px;
float:left;
padding:13px 0px;
}

.chromestyle ul li a{
color:#FFFFFF;
text-decoration: none;
padding:7px 9px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ffffff;
background:url(../images/toplink-bg-over.jpg) top left repeat-x;
}

.actve{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../images/toplink-bg-over.jpg) top left repeat-x;
}

/*Style for Drop Down Menu*/

.dropmenudiv{
position:absolute;
top: 0;
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size:11px;
border-bottom: 1px solid #55585e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color:#0b97ba;
width: 200px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0b87a9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#0b87a9;
}
/* css menu */