@charset "utf-8";
/* CSS Document */


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

#pointermenu2{
margin: 0;
padding: 0;
border:1px solid #1e575b;
background-color:#1e575b;
height:40px;
}

#pointermenu2 ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 15px;
padding-top:9px;
letter-spacing:-0.2px;
font: normal 11px "Trebuchet MS", Arial;
background: #1e575b 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: white;
font-weight: bold;
padding: 6px 9px 6px 5px;
text-decoration: none;
}


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


#pointermenu2 ul li a:hover{ /*hover and selected link*/
color: lightyellow;
background-color:#FFCC66;
color:#000000;
}

#pointermenu2 ul li a#selected, #pointermenu2 ul li .current_page_item{
color: lightyellow;
background-color:#FF3300;
}

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

/*-------------------------------------------------------------------------------------------------
USER MENU 
--------------------------------------------------------------------------------------------------*/
#pointermenu{
margin: 0;
padding: 0;
border:1px solid #666666;
background-color:#666666;
height:40px;
}

#pointermenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 15px;
padding-top:5px;
letter-spacing:-0.2px;
font: normal 11px "Trebuchet MS", Arial;
background: #666666 url(media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* 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*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

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


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

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

/* top menu */
.current_page_itemx {
	background-color:#FFFFFF;
	color:#0066FF;
	
}



