﻿/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{	
	color:#333333;
    float:left;
    font-family:Verdana;
    font-size:11px;
    font-style:normal;
    min-height:1px;
    min-width:220px;
    width:220px;		
}

#SubMenuArea #Menu
{
    margin-bottom: 30px;
}

#SubMenuArea a:hover
{
	text-decoration: underline;
}

#SubMenuArea a:visited
{
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
	color: #333333;		
}

#SubMenuArea span
{
    font-family: Verdana;
	font-style: normal;
	font-size: 11px;
	color: #333333;		
}

/************************************/
/* Root                             */
/************************************/
#SubMenuArea ul
{
	padding: 0;
	margin: 0 0.5em;
	list-style-type: none;
	line-height: 1em;
}


/************************************/
/* Level 1                          */
/************************************/
#SubMenuArea ul li
{
    border-bottom: 2px solid #ffffff;
}

#SubMenuArea ul li a, #SubMenuArea ul li span
{
    display: block;
	padding: 0.5em 0.5em 0.5em 12px;
	text-decoration: none;	
	background-color: #f4f4f4;
	color: #333333;	
}

#SubMenuArea ul li:first-child a, #SubMenuArea ul li:first-child span
{
    background-image: url('images/left_menu_arc.jpg');
    background-repeat: no-repeat;
    background-position: right;
}





/************************************/
/* Level 2                          */
/************************************/
#SubMenuArea ul li:first-child ul li a, #SubMenuArea ul li:first-child ul li span
{
    background-image: none;
}
#SubMenuArea ul li ul li:first-child a, #SubMenuArea ul li ul li:first-child span
{
    background-image: none;
}


#SubMenuArea ul li ul li
{
    background-color: #ffffff;
    border-top: 2px solid #f4f4f4; 
    list-style-image: url(images/left_menu_bullit.jpg);
    margin-left: 25px;
}

#SubMenuArea ul li ul li span
{
    display: block;
	padding: 0.5em 0.5em 0.5em 1px;
	text-decoration: none;	
	background-color: #ffffff;
	background-image: none;
	
	height: 15px;
	
}

#SubMenuArea ul li ul li a
{
    display: block;
	padding: 0.5em 0.5em 0.5em 1px;
	text-decoration: none;	
	background-color: #ffffff;
	color: #333333;
	background-image: none;
	
	height: 15px;
	
}


/************************************/
/* Level 3                          */
/************************************/
#SubMenuArea ul li ul li ul li
{
    border-bottom: none; /*2px solid #f4f4f4; */
    list-style-type: none; 
    list-style-image: none;
    margin-left: 2px;
    padding-bottom: 1px;
    	
}

#SubMenuArea ul li ul li ul li span
{
    display: block;
	padding: 0.5em 0.5em 0.5em 1px;
	text-decoration: none;	
	background-image: none;
}

#SubMenuArea ul li ul li ul li a
{
    display: block;
	padding: 0.5em 0.5em 0.5em 1px;
	text-decoration: none;
	color: #333333;		
	background-image: none;
}

  


/************************************/
/* ContactInfo                       */
/************************************/
#SubMenuArea .contactInfoContainer
{
    color:#333333;
    float:left;    
    clear: none;
    height: auto;    
    width: 208px;	
    background-color: #f4f4f4;
    margin-left: 0.3em;
 }

#SubMenuArea .contactInfoContainer .contactInfo
{
    display: block;
    padding: 10px 0em 10px 0.5em;   
    float:left; 
    clear: none;
}

#SubMenuArea .contactInfoContainer .contactInfo h3
{
    font-size: 11px;
    margin: 0px;
    padding: 0px;   
}
    
