/*BAITULMAL DESIGN BY WEBGEEK-DESIGN.COM*/
/*NAVIGATION CODE COURTESY OF DYNAMICDRIVE.COM*/
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu li a{
background: #336600 url(../images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}


	/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
overflow:auto;
}

#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #C8D1A0; /*#D1D192; */
color : #996633;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px dotted #885522;
background : #C8D1A0; /*#D1D192; */
color : #915417;/*#996633;*/
font-weight: bold;
}


#navcontainer ul li a:hover {
background : #BDCF8B;	/*#996633 ;*/
color : #B01335;	/*#fff;*/
}


#navcontainer ul li.active a {
background : #C8D1A0;	/*#D1D192;*/
color : #B01335;
}


#active a:link, #active a:visited, #active a:hover {
background : #C8D1A0; /*#D1D192; */
color : #996633;