#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;
	position: relative;
}

#menuContent 
{
	clear: both;
	float: left;	
	margin: 5px 0 5px 0;
	position: relative;
}

.menuItem
{
	clear: both;	
	float: left;
	font: 10px Verdana, Tahoma;
	position: relative;
}

.menuItem .left 
{
	width: 10px;
	float: left;
	padding: 4px 0 4px 0;
	position: relative;	
}

.menuItem .left_on 
{
	background: url(../images/menu_item_left.png) top right repeat-y;
	width: 10px;
	float: left;
	padding: 4px 0 4px 0;
	position: relative;	
}

.menuItem .middle 
{
	float: left;
	min-width: 120px;
	padding: 4px 0 4px 0;
	position: relative;
	list-style-type: none;
}

.menuItem .middle_on
{
	background-color: #5b0503;
	float: left;
	min-width: 120px;
	padding: 4px 0 4px 0;		
	position: relative;
	
}

.menuItem a 
{
	font: 10px Verdana, Tahoma;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}

.menuItem .right
{
	width: 10px;
	float: right;
	padding: 4px 0 4px 0;
	position: relative;	
}

.menuItem .right_on
{
	background: url(../images/menu_item_right.png) top left repeat-y;	
	width: 10px;
	float: right;
	padding: 4px 0 4px 0;	
	position: relative;	
}
.styl2
{
	list-style-type: none;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
}
.sty
{
	vertical-align: middle;
	padding-top: 5px;
	
}
#menuRight
{
	float: right;
}

#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
{
	float: left;
	clear: both;
}

#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;
}
A:link {
	text-decoration: none;
	color: #CCCCCC;
}
A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A:hover {
	color: red;
	text-decoration: none;
}

