﻿.megamenu
{	
	position: absolute;
	display: none;
	left:0px;
	top:0;
	padding:10px;
	z-index:100;
	width:550px;
	background-color:#161617;			
	margin-left:-2px;
	background-repeat:repeat-y;	
	background-image:url(../images/1bg.gif);
}
.megamenu2
{	
	position: absolute;
	display: none;
	left:0px;
	top:0;
	padding:10px;
	z-index:100;
	width:410px;	
	background-color:#5f5c5c;			
	margin-left:-2px;
}
.LocTitle
{   
	text-decoration:none;
	color:#a0a8b0;
	font-weight:bold;
	font-family:verdana;
	font-size:11px;	
	width:100%;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.LocChild
{
	text-decoration:none;
	width:173px;
	padding:3px 5px 3px 15px;
	float:left;
	color:#d5b85c;	
	background-image:url(../images/rsaqu1.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	font-family:Verdana;		
}
.LocChild:hover, .LocTitle:hover
{
    color:#f0dc9b;
}
.LocFirstLevel
{
    width:125px;    
    float:left; 
    padding-right:5px;   	
}
.LocSecondLevel
{
    float:left;
    width:410px;
    margin-left:10px; 
    background-color:#343333;  
}
.LocSecondLevel2
{
    width:410px;
    background-color:#343333;  
}
.LocFirstLevel .LocHeader
{
    color:#d5b85c;
    cursor:pointer;
    margin-bottom:8px;
}
.LocFirstLevel a
{
    display:block;
    margin-bottom:3px;
    text-decoration:none;
}
.RestLocs
{
    float:left;
    width:430px;
}
.LocTop
{
    width:410px;
    font-size:1px;
    overflow:hidden;
    height:5px;
    background-image:url(../images/LocTop.gif);
    background-repeat:no-repeat;
}
.LocBottom
{
    width:410px;
    font-size:1px;
    overflow:hidden;
    height:5px;
    background-image:url(../images/LocBottom.gif);
    background-repeat:no-repeat;
}
.LocFirstLevel a:hover
{
    color:#f0dc9b;
}
