/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border: 7px solid #6CA5D4; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: #6CA5D4;
background:#6CA5D4 url(images/bg/leftround.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: 2px 11px 7px 7px;
text-decoration: none;
background: url(images/bg/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
background-color: #6CA5D4;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #007CC2;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/bg/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}


#main_nav {
	margin: 0px;
	float: left;
	width: 960px;
	background: #71625B;
}
#main_nav ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 510px;
	list-style-type: none;
}
#main_nav li {
	padding: 0px;
	float: left;
	height: 24px;
	width: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	display: inline;
}
#main_nav li a:link, #main_nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav li a:hover, #main_nav li a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

