@charset "utf-8";
/* CSS Document */


#navbar {
	margin-left:2px;
	margin-top:2px;
	border-top: 6px solid #D56826;
	border-bottom: 2px solid #D56826;
}

div#navbar ul {margin:0; padding:0; font-size:13px; font-weight:bold; color:#536573; white-space:nowrap; line-height:27px;}
div#navbar li {list-style-type:none;display:inline; }
div#navbar li a {text-decoration:none; padding-left:10px; padding-right:10px; color:#536573; padding-top:10px; padding-bottom:10px} 
div#navbar li a:link {color:#536573}
div#navbar li a:visited {color:#536573}
div#navbar li a:hover {font-weight: bold; color:#536573; }
li a.active {font-weight: bold; color:#FFF; } /* color the background when we apply the active class to the link */


#menu ul {
	line-height:30px;
	width:133px;
font-weight:bold;
font-size:11px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	 /* Width of Menu Items */ 
	
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 133px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
	width: 133px;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #777; 
	background: #eee1b7; /* IE6 Bug */ 
	padding: 5px; 
	border-bottom: 1px solid #FFF; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	/*color: #FFF;*/ 
	background: #e7D293; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #536573; 
	background: #eee1b7; /* IE6 Bug */ 
	padding: 5px; 
	border-bottom: 0;
	line-height: 12pt;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FFF; 
	background: #e7D293; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background: #eee1b7 url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background: #e7D293 url("r_arrow.gif") no-repeat right;}
