#topMenu a {
	text-decoration: none;
}

#topMenu a:hover {
	color: #e00000;
}

#menuContainer
{
	min-width: 148px;
	position: absolute;
	z-index: 999;
}

#menuMain 
{ 
	background-color: #0e150b;
	min-width: 140px;
	color: #fff;
	border: 1px solid #4b4e53;
	border-top: 0;
	float: left;
	position: relative;
}

#menuTopBorder
{
	float: right;
	height: 1px;
	background-color: #4b4e53;
}

#menuContent 
{
	clear: both; 	
	margin: 5px 0 5px 0;
	position: relative;
	float: left;
}

.menuItem
{
	clear: both;
	font: 10px Verdana, Tahoma;
	position: relative;
}

.menuItem .left 
{
	width: 10px;
	float: left;
	padding: 4px 0 4px 0;
}

.menuItem .left_on 
{
	background: url(/images/menu_item_left.png) top right repeat-y;
	width: 10px;
	float: left;
	padding: 4px 0 4px 0;
	cursor: pointer;
}

.menuItem .middle 
{
	float: left;
	min-width: 140px;
	padding: 4px 0 4px 0;
}

.menuItem .middle_on
{
	background-color: #5b0503;
	float: left;
	min-width: 120px;
	padding: 4px 0 4px 0;		
	cursor: pointer;
}

.menuItem a 
{
	font: 10px Verdana, Tahoma;
	color: #ffffff;
	text-decoration: none;
}

.menuItem .right
{
	width: 10px;
	float: right;
	padding: 4px 0 4px 0;
}

.menuItem .right_on
{
	background: url(/images/menu_item_right.png) top left repeat-y;	
	width: 10px;
	float: right;
	padding: 4px 0 4px 0;	
	cursor: pointer;
}

#menuRight
{
	float: right;
	font-size: 1px;
}

#shadowRightTop
{
	background: url(/images/menu_shadow_right_top.png) top left no-repeat;
	height: 6px;
	width: 6px;
}

#shadowRight
{
	background: url(/images/menu_shadow_right.png) top left repeat-y;
	width: 6px;
}

#menuBottom
{
	clear: both;
	font-size: 1px;
}

#shadowBottomLeft
{
	background: url(/images/menu_shadow_bottom_left.png) top right no-repeat;
	width: 6px;
	height: 6px;
	float: left;
}

#shadowBottom
{
	background: url(/images/menu_shadow_bottom.png) top right repeat-x;
	height: 6px;
	float: left;
}

#shadowBottomRight
{
	background: url(/images/menu_shadow_bottom_right.png) top left no-repeat;
	width: 10px;
	height: 6px;
	float: right;
}

