/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu{
margin: 0;
padding: 0;
}

#menu ul{
margin: 0;
float: left;
padding-left: 8px;
font: 11px Arial;
background: #00336F; /*url(../../images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 11px 33px 10px 35px;
text-decoration: none;
}

* html #menu ul li a{
padding: 11px 30px 0px 32px;
}

#menu ul li a:visited{
color: white;
}


#menu ul li a:hover, #menu ul li a.selected{ /*hover and selected link*/
color: lightyellow;
/*background: transparent url(../../images/pointer.gif) bottom center no-repeat;*/
}

#menu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}


