#menu{
width:100%}


.topMenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.topMenu ul{
font: normal 11px Tahoma;
margin:0;
padding:0;
list-style:none;
}

.topMenu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
background-repeat:repeat-x;
height:28px;
}


.topMenu a{
float:left;
color: #ffffff;
background:  url(../images/color_tabs_left_hover.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.topMenu a span{
float:left;
display:block;
background: url(../images/color_tabs_right_hover.gif) repeat-x right top;
padding: 6px 10px 3px 7px;
}

.topMenu a span{
float:none;
}

.topMenu a:hover{
background-image: url(../images/color_tabs_left.gif);
background-color: #;
text-decoration:none;
}

.topMenu a:hover span{
background-image:url(../images/color_tabs_right.gif);
background-color: #;
text-decoration:none;
}

#topMenu a.current{ /*currently selected tab*/
background:  url(../images/color_tabs_left.gif) no-repeat left top;
}
#topMenu a.current span{
background-image:url(../images/color_tabs_right.gif);
background-color: #;
text-decoration:none;}

.tabsline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: #999966;
border-top: 1px solid #F1EAD8; /*Remove this to remove border between bar and tabs*/
}
/*------------------------DropDown-----------------*/
#dropmenudiv{
position:absolute;

border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #008cb0;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F1EAD8;
color:#000000;
}
/*------Sitemap---------------------*/
#sitemap li {list-style:url(../images/p_2.jpg); margin:0 0 0 0px}
#sitemap a { font-family:tahoma; font-size:11px; color:#464742; margin-left:10px}
#sitemap ul li ul li{list-style:url(../images/p_1.jpg); margin:0 0 0 0px; text-decoration:none}
#sitemap ul li ul li a{text-decoration:none}

