#CommonNavigation
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;	
	background-position: left top;
	background-image: url(../images/mira-2007/navigation/variant1/navigation_background_tile1.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	height: 37px;	
	text-align: center;
	text-transform:lowercase;
	font-size: 89%;	
	color:#fff;	
}

#CommonNavigationShadow
{

}

#CommonNavigation ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
	color:#fff;
}

#CommonNavigation ul li
{
	display: block;
	float: left;
	font-weight: bold;
	color: #000;
	margin-right: 1px;	
	color:#fff;	
}

#CommonNavigation a:link, #CommonNavigation a:active, #CommonNavigation a:visited
{
    text-decoration: none;
    display: block;
	background-image:none;
	background-repeat: no-repeat;
	height: 35px;
	width: 110px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	color:#fff;
}

#CommonNavigation a:hover
{
    text-decoration: none;
    display: block;	
	background-image: url(../images/mira-2007/navigation/variant1/navigation_menu_item.gif);
	background-repeat: no-repeat;
	background-position: 0;	
	height: 35px;
	width: 110px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	color: #fff;
}

#CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited
{
    color: #fff;
	background-image: url(../images/mira-2007/navigation/variant1/navigation_menu_item_active.gif);
	background-repeat: no-repeat;
	background-position: 0;		
	height: 35px;
	width: 110px;
	line-height: 35px;
	padding: 0;
	margin: 0;
}

#CommonNavigation a.Selected:hover
{
    color: #fff;
}
