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


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

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

#pointermenu ul{
margin: 0;
float: left;
padding-left: 5px;
font: bold 10px Verdana;
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
line-height: 30px;
padding: 0px 11px 7px 7px;
text-decoration: none;
}

* html #pointermenu ul li a{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/

padding-bottom: 3px;;
}

.newmenu {
	list-style: none;
	position:absolute;
	width: 627px;
	left: 322px;
	top: 94px;
	background-image: url(images/main-menu_bg.gif);
	clear: both;
	height: 33px;
}

#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover link*/
color: white;
background-image: url(images/main-menu_hover-bg.gif);
height: 26px;
}


#pointermenu ul li a#selected{ /*selected link*/
color: white;
background-image: url(images/main-menu_hover-bg.gif);
height: 26px;
}


/*Menu on inside pages*/

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

#pointermenu2 ul{
margin: 0;
float: left;
padding-left: 5px;
font: bold 10px Verdana;
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
line-height: 30px;
padding: 0px 11px 7px 7px;
text-decoration: none;
}

* html #pointermenu2 ul li a{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/

padding-bottom: 3px;;
}

.newmenu2 {
	list-style: none;
	position:absolute;
	width: 697px;
	right: 0px;
	top: 10px;
	background-image: url(images/main-menu_bg.gif);
	clear: both;
	height: 33px;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover link*/
color: white;
background-image: url(images/main-menu_hover-bg.gif);
height: 26px;
}


#pointermenu2 ul li a#selected{ /*selected link*/
color: white;
background-image: url(images/main-menu_hover-bg.gif);
height: 26px;
}
