﻿/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	clear:both;
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 14px;
    line-height:40px;
    overflow:hidden;
    position:relative;
    margin-left: 0px;
    margin-right:0px;
}
#LeftMenu 
{
    background:transparent url(images/top_menu_left.gif) no-repeat scroll 0 0;
    float:left;
    height:60px;
    width:0px;
}
#MainMenu 
{
    background:transparent url(images/top_mnu_bkg.png) repeat-x scroll right top;
    float:left;
    height:60px;
    width:954px;
}
#RightMenu 
{
    background:transparent url(images/top_menu_right.gif) no-repeat scroll 0 0;
    float:left;
    height:60px;
    width:0px;
}

#MainMenuArea ul 
{
	list-style-type:none;
    margin:0;
    padding:0 0 0 3px;
    font-size:0.75em;
}

#MainMenuArea li 
{
	display:block;
    float:left;
    height:60px;
    margin:2px 0;
    padding:0 3px 0 0;
}

#MainMenuArea li.selected 
{
	font-weight: bold;
}

/*#MainMenuArea li.selected a 
{
	display: block;
	padding: 1px 15px;
	background: url(images/MainMenuSelectedLeft.png) no-repeat left top; 
}*/

#MainMenuArea li a:hover 
{
	text-decoration: underline;
}

#MainMenuArea li a 
{
	display: inline-block;
	padding: 1px 16px;
	text-decoration: none;
	color: #ffffff;
}


