.menu{height:28px;background:#EB3D00;display:block;padding:0;list-style:none;}
* html .menu{margin:0;}


/*

.menu li a:link,
.menu li a:visited{background:url(../images/menu_line.gif) left top no-repeat;color:#ccc;margin:0;padding-left:10px;padding-right:9px;display:block;line-height:30px;float:left;text-decoration:none;}
.menu li a:hover,
.menu li a:active{color:#cc0000;}
.menu li.home a:link,.menu li.home a:visited,
.menu li.home a:hover,.menu li.home a:active{background:none;}
.menu li.selected a:link,.menu li.selected a:visited,
.menu li.selected a:hover,.menu li.selected a:active{color:#cc0000;}
*/


.menu ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.menu li{float:left;list-style:none;display:block;}

.menu li a{
text-decoration: none;
padding: 0 12px;
margin-right: 3px;
color: #fff;
line-height:28px;
display:block;
}

.menu li a:visited{
color: #fff;
}

.menu li a:hover{
text-decoration: underline;
background-color:#333;
color: #fff;
}

.menu li.selected{
}

.menu li.selected a{ /*selected main tab style */
background: #333; /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.menu_a{
position:absolute;
top: 0;
border-width: 0 1px;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #FF551A;
width: 120px;
visibility: hidden;
text-align:left;
}


.menu_a a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 6px;
text-decoration: none;
color:#fff;
}

* html .menu_a a{ /*IE only hack*/
width: 100%;
color:#fff;
}

.menu_a a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color: #999;
}

.menu_a a:visited{ /*THEME CHANGE HERE*/
color:#fff;
}

