/* CSS Document */

#pointermenu2{

margin:0;
padding:0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 6px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#333333;
font-size: 12px;
text-transform: uppercase;
/* background: #c00000 url(media/leftround2.gif) bottom left no-repeat;        optional left round corner*/
}

* html #pointermenu2 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*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color:#333333;
font-weight: normal;
padding: 10px 12px 12px 12px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #333333;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color:#990000;
background: transparent url(../images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
/* background: url(media/rightround2.gif) bottom right no-repeat;                optional right round corner*/
}

.menupadding {
padding-left:12px;
padding-right:12px;
}
