
#pointermenu2{
margin: 0;
padding: 0;
height:65px;
background: url(images/bg_menu.gif) no-repeat; /*optional left round corner*/
width:849px;
}

#pointermenu2 ul{
margin: 0;
float: left;
padding-left: 0px;
font: 13px "Lucida Sans Unicode";
}

* 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: #333;
font-weight: 200;
padding: 23px 25px 22px 25px;
text-decoration: none;
margin-top:2px;
}

#pointermenu2 ul li a.left_menu_item{
float: left;
color: #333;
font-weight: 200;
padding: 23px 25px 23px 25px;
text-decoration: 200;
background: url(images/menu_left.gif) bottom left no-repeat; /*optional right round corner*/
background-position:0% -3px;
}

#pointermenu2 ul li a.left_menu_item:hover{
float: left;
color: white;
font-weight: 200;
padding: 23px 25px 22px 25px;
text-decoration: none;
background: #990000 url(images/menu_left.gif) bottom left no-repeat; /*optional right round corner*/
background-position:0% -69px;
}

#pointermenu2 ul li a:visited{
color: #333;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: white;
background:#990000;
}
 
