﻿
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
    
    
    border-style:solid;
    border-width:0px 0px 1px 0px;
    border-color:#000000;
    
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font:  13px arial;
background-color: #C0C0C0;
/* background: #C0C0C0 url(Images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
border-style:solid;
border-width:0px 1px 1px 1px;
border-color:#000000;

}

* html #pointermenu 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*/
border-style:solid;
border-width:0px 1px 1px 1px;
border-color:#000000;
}

#pointermenu ul li{
display: inline;


}


#pointermenu ul li a{
float: left;
color: #0033CC;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
background-color: #C0C0C0;
}

#pointermenu ul li a:visited{
color: #0033CC;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: #aa0000;
background-color: #C0C0C0;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
/* background: #C0C0C0 url(Images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}