a.nav_menu { 
	font-weight: normal;font-size: 10pt;
}
a.nav_menu:visited { 
	font-weight: normal;font-size: 10pt;	
}
a.nav_menu:active { 
	font-weight: normal;font-size: 10pt;	
}
a.nav_menu:hover {
	color:#990033;font-weight: bold;font-size: 10pt;
}
.nav_sub_menu {
	width: 100%;font-size: 8pt;color: #666666;text-decoration:none;
	border-bottom: thin dashed #CCCCCC;	background-color: #ffffcc;
}
.path {
	font-size: 8pt;color: #999999;	text-decoration:none; 
}
.path a {
	color: #999999;	text-decoration:none; 
}
.path a:active, .path a:visited {
	color: #999999;	text-decoration:none; 
}
.path a:hover {
	color: #990033; text-decoration:underline;
}

/**---------------------------- MENU / NAVIGATION STYLES ---------------------------------- **/

.menuhorizontal {
	width:800px; 
	height:32px; 
	font-size:0.9em;
	position:relative; 
	z-index:100;
	text-align:center;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
}
/* hack to correct IE5.5 faulty box model */
* html .menuhorizontal {
	width:800px; 
	w\idth:800px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuhorizontal ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menuhorizontal ul ul {
	width:149px;
	margin-left:-49px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuhorizontal positon */
.menuhorizontal li {
	float:left;
	width:98px;
	position:relative;
	border-left:1px #000 solid;
}
/* style the links for the top level */
.menuhorizontal a, .menuhorizontal a:visited {
	display:block;
	font-size:11px;
	text-decoration:underline; 
	color:#fff; 
	width:98px; 
	height:30px; 
	border:1px solid #777; 
	border-width:1px 0 1px 1px; 
	background:#777; 
	padding-left:0px; 
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuhorizontal a, * html .menuhorizontal a:visited {
	width:98px; 
	w\idth:98px;
}
/* style the second level background */
.menuhorizontal ul ul a.drop, .menuhorizontal ul ul a.drop:visited {
	background:#d4d8bd  bottom right no-repeat;
	text-decoration:none;
}
/* style the second level hover */
.menuhorizontal ul ul a.drop:hover{
	background:#949e7c bottom right no-repeat;
}
.menuhorizontal ul ul :hover > a.drop {
	background:#949e7c bottom right no-repeat;
}
/* style the third level background */
.menuhorizontal ul ul ul a, .menuhorizontal ul ul ul a:visited {
	background:#eeeeee;
	text-decoration:none;
}
/* style the third level hover */
.menuhorizontal ul ul ul a:hover {
	background:#949e7c;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuhorizontal ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:-1px; 
	width:149px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menuhorizontal ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menuhorizontal */
.menuhorizontal ul ul ul{
	left:85px; 
	top:-1px; 
	width:149px;
}
/* position the third level flyout menuhorizontal for a left flyout */
.menuhorizontal ul ul ul.left {
	left:-102px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menuhorizontal table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
/* style the second level links */
.menuhorizontal ul ul a, .menuhorizontal ul ul a:visited {
	background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 1px 1px 1px;
	text-decoration:none;
}
/* yet another hack for IE5.5 */
* html .menuhorizontal ul ul a, * html .menuhorizontal ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menuhorizontal a:hover, .menuhorizontal ul ul a:hover{
	color:#fff; 
	background:#949e7c;
}
.menuhorizontal :hover > a, .menuhorizontal ul ul :hover > a {
	color:#fff;
	background:#949e7c;
}
/* make the second level visible when hover on first level list OR link */
.menuhorizontal ul li:hover ul, .menuhorizontal ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menuhorizontal ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuhorizontal ul :hover ul :hover ul{ 
	visibility:visible;
}
/**---------- menu.ascx - 30 December 2008 - scott ----------**/
#menu{
text-align:center;padding-bottom:.5em;
}
#menu a{
color:white;text-decoration:underline;padding-right:2em; 
background-image:url(/images/interface/icodropdown.gif); 
background-repeat:no-repeat; background-position:right;
margin-right:.5em;
}
#menu a:hover{
text-decoration:overline underline;
}
/** end menu **/

/**------------------------------------ NAVIGATION MENU - menu.ascx - 20 January 2009 - leanne ---**/

#bevelmenu{
font: bold 13px verdana;padding: 5px 0;
margin: 0;width: 100%;background-color: #444;
text-align: center; 
}

#bevelmenu li{
list-style: none;display: inline;
}

#bevelmenu li a{
padding: 6px 0.5em;text-decoration: none;
color: white;background-color: #444;border: 1px solid #e4a5a5;
}

#bevelmenu li a:hover{
color: black;background-color: #FFE271;border-style: outset;
}

html>body #bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/**---end menu styles---**/
