/*------------------------MENU STARTS HERE--------------------------------------------------------------------*/


.menu{
width: 100% ;
font-weight: bold;
border-bottom: 1px solid #555;
}

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


.menu ul{
font-family: Helvetica;
color: white;
font-size: 11px;
border-right: 0px solid #cccccc;
background: url('../images/menubg.gif') center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 7px 7px 15px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active{
font-family: Helvetica, sans-serif;
color: white;
padding: 7px 7px 7px 7px;
margin: 0;
text-decoration: none;
border-right: none;
}

.menu ul li a:hover{
/*background: #222;*/
padding: 7px 7px 7px 7px;
}

.menu ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position: absolute;
top: 0;
padding: 5px 5px 5px 5px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-top-width: 0px;
font:normal 12px arial;
line-height:18px;
z-index:100;
background: URL('../images/subbg.png');
width: 150px;
visibility: hidden;
color: #fff;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #fff;

}

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

}

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

font-weight: normal;
text-decoration: underline;
color: #ff0d00;
}

/*------------------------MENU ENDS HERE--------------------------------------------------------------------*/