/* Menu Start */

.menu 
{
	padding:0 0 0 0px; 
	margin:0; 
	list-style:none; 
	height:30px; 
	background: url(../images/menu_bg2.gif) no-repeat; 
	position:relative; 
	width:820px;
}
.menu li
{
	float:left;
}
.menu li a 
{
	display:block; 
	float:left; 
	height:28px; 
	line-height:28px; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:12px; 
	font-family:Trebuchet MS; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 15px; 
	cursor:pointer;
}
.menu li a b 
{
	float:left; 
	display:block; 
	padding:0 20px 0 10px;
}

.menu li.current a 
{
	color:#FFF; 
	background:url(../images/menu_selected.gif);
	background-repeat:no-repeat;
}
.menu li.current a b
{
	background:url(../images/menu_selected.gif) no-repeat right top;}
/*
.menu li a:hover {color:#000; background: url(../images/menu_bg_hover.gif);}
.menu li a:hover b {background:url(1../images/menu_bg_hover.gif) no-repeat right top;}
*/
.menu .first a:hover 
{
	color:#000; 
	background: url(../images/menu_left_corner_hover.gif) no-repeat;
}
.menu .first a:hover b 
{
	background:url(../images/menu_bg_hover.gif) repeat left top;}
/*
.menu .last a:hover {color:#000; background: url(../images/menu_bg_hover.gif) repeat left top;}
.menu .last a:hover b {background:url(../images/menu_right_corner_hover.gif) no-repeat right;}
*/
.menu li.current a:hover 
{
	color:#FFF; 
	background: url(../images/menu_selected.gif); 
	background-repeat:no-repeat;
	text-decoration:underline;	
	cursor:default;
}
.menu li.current a:hover b 
{
	background:url(../images/menu_selected.gif) no-repeat right top;}

.menu_bg
{
	background: url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}


/* Menu End */

/*Sub level menu items */
.menu li ul
{
	visibility: hidden;
	position: absolute;
	padding: 0px;
	/*margin: -30px 0 0 0;*/
	display:block;
}
.menu li ul li{
	float:none;
	list-style:none;
	width:150px;
	height:28px;
}
/*.menu li ul li a:hover{
	 url(../images/menu_dropdown_hover_bg.gif) repeat center left;
}*/
.menu li ul li a{
	background:#FFF9F2;
	border-top:solid 1px #ECCCB1;
	border-left:solid 1px #ECCCB1;
	border-right:solid 1px #ECCCB1;
	text-align:left;/**/
	width:100%;/**/
	padding-left:20px;
}
.menu li ul li a b{
	background:#FFF9F2;
}

.menu .menu_open:hover,
.menu .menu_open {
	background: url(../images/menu_dropdown_top.gif);
}
/* Holly Hack for IE \*/
* html .menu_bg ul li { float: left; height: 1%; }
* html .menu_bg ul li a { height: 1%; }
/* End */



/* Selected Menu*/
.menu li.current ul li a:hover{
	background:#FEE5D0 url(../images/menu_dropdown_hover_bg.gif) repeat center left;
	color:#000000;
}
.menu li.current ul li a{
	background:#FFF9F2;
	border-top:solid 1px #ECCCB1;
	border-left:solid 1px #ECCCB1;
	border-right:solid 1px #ECCCB1;
	text-align:left;/**/
	width:100%;/**/
	padding-left:20px;
	color:#000000;
}