.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 51px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
}

.glossymenu li.current a
{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat;
}

.glossymenu li.current a:hover
{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat;
}


.glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_leftg.gif) no-repeat;
}
.glossymenu li.current a b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_rightg.gif) no-repeat right top;
	}

/*--------------------------------------*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 0px solid #625e00;
border-width: 1px 0;

background: transparent url(../images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #999999;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;

background: black url(../images/blockdefault.gif) center center repeat-x;
}






.main_leftmenu_framemenu{
	border: 1px solid #C0C0C0;
	background-color: #f3f3f3;
	border-bottom-width: 0;
	width: 150px;
}

* html .main_leftmenu_framemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 180px;
}

.main_leftmenu_framemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.main_leftmenu_framemenu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.main_leftmenu_framemenu a:visited{
color: #595959;
}

html>body .main_leftmenu_framemenu a{ /*Non IE rule*/
width: auto;
}

.main_leftmenu_framemenu a:hover{
	background-color: #B81515;
	color: #FFFFFF;
}


/*--------------------------------------*//*--------------------------------------*/


.main_leftmenu_preference{
	background-color: #f3f3f3;
	border-bottom-width: 0;
	width: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

* html .main_leftmenu_preference{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 180px;
}

.main_leftmenu_preference ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main_leftmenu_preference a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.main_leftmenu_preference a:visited{
color: #595959;
}

html>body .main_leftmenu_preference a{ /*Non IE rule*/
width: auto;
}

.main_leftmenu_preference a:hover{
	background-color: #B81515;
	color: #FFFFFF;
}
/*--------------------------------------*//*--------------------------------------*/


.main_leftmenu_options{
	border: 1px solid #C0C0C0;
	background-color: #f3f3f3;
	border-bottom-width: 0;
	width: 150px;
}

* html .main_leftmenu_options{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 180px;
}

.main_leftmenu_options ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.main_leftmenu_options a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.main_leftmenu_options a:visited{
color: #595959;
}

html>body .main_leftmenu_options a{ /*Non IE rule*/
width: auto;
}

.main_leftmenu_options a:hover{
	background-color: #B81515;
	color: #FFFFFF;
}


/*--------------------------------------*//*--------------------------------------*/
