﻿.cssmenu
{  
 
}

.cssmenu ul li
{            
    background: none repeat scroll 0 0 transparent;
    border-right: 1px solid #75AAD2;
    cursor: pointer;
    display: block;
    text-align:center;
    /* set width if needed.*/
    width:140px;
}

.cssmenu ul li a
{
    display: block;
	text-decoration: none;
	line-height: 32px;
	padding: 0 20px;
	color: #C3DBED;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #2B6484;          
}

.cssmenu ul li a:hover
{
    background-image: none;
}

.cssmenu ul li a:hover
{
    color: #FFFFFF;
	background: url(../images/grad2-1.gif) repeat-x top #2B6484;
}        
        
.cssmenu li ul 
{
	border: 1px solid #2B6484;
	background: url(../images/grad2.gif) repeat-x bottom #5192C3;	        
}
        
.cssmenu li ul a 
{	        
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    text-align: left;            
}
        
.cssmenu li ul a:hover
{	        
    font-weight: bold;            
}
        
.cssmenu li ul li 
{
    border-bottom: 1px solid #2972A8;
    border-right: none;
    width:200px;
}
