﻿/* MENU */
.menu 
{
	width: 100%;
	height: 33px;
	font-weight: bold;
	font-size: 110%;
	background: #373737;
	border-bottom: 1px solid #535353;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
.menu a 
{
	line-height: 31px;
	color: #ffffff;
}
.menu a:hover
{
	text-decoration:none;
	color: #ffffff;
}


ul.nav,
.nav ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.nav li
{
    border-right: 1px solid #222222;
	border-left: 1px solid #444444;
	float: left;
	text-align: center;
	position: relative;
}
ul.nav li ul li
{
    text-align: left;
    padding: 0px 5px;
    border: 0;
    background-image:url(/img/transparentdot.png); background-position: bottom; background-repeat: repeat-x;
}

ul.nav li:hover
{
} 

ul.nav li ul{
	display: none;
	position: absolute;
	padding: 0px 5px 10px 5px;
	margin-left: 10px;
	background-repeat: repeat-x; background-position: top;
	top: 33px;
	left: 0px;
}
.orangemenu 
{
    background-image:url(/img/gradients/menugradientorange.png);
}
.bluemenu 
{
    background-image:url(/img/gradients/menugradientblue.png);
}
.yellowmenu 
{
    background-image:url(/img/gradients/menugradientyellow.png); 
}
ul.nav li:hover ul
{ 
	display : block;
}

.nav ul li a
{
	width: 170px;
}


.nav ul li a:hover
{
    text-decoration:underline;
}

ul.nav li:active,
.nav ul li a:active
{
    color: White;
}

ul.nav,
.nav ul
{
    color: White;
    line-height: 31px;
}

.nav a
{
    line-height: 33px;
	display: block;
	width: 140px;
	color: #ffffff;
}
.menuitemtop:hover
{
    background: #444444;
}
.mainmenuright 
{
	float:right;
	padding-right: 10px;
	text-align: right;
}
/* MENU END */


/* Sitemap */
#SiteMapPathDiv
{
    background: #434343; 
    border-bottom: 1px solid #5a5a5a; 
    padding: 3px 4px 3px 8px;
    background-image:url('/img/gradient_small_active.gif'); background-repeat: repeat-x;
}
.sitemappathseparator
{
	background-image:url(/img/rightarrow_black_small.png); background-repeat: no-repeat;
	background-position: center;
	padding-left: 10px;
}
.currentsitemapnode
{
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
}
.sitemapnode
{
    font-size: 1em;
    color: #aaaaaa;
    font-weight: bold;
}
.sitemapheader
{
}
/* Sitemap end */


/* LEFT MENU */
#leftmenu 
{
	clear:left;
	float:left;
	width:150px;
	margin:2px 0px 0px 0px;
	padding:0;
	font-size:0.9em;
}

.leftmenubox 
{
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
}
.leftmenubox a
{
    text-decoration: none;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 4px 5px;
    color: #777777;
}
.leftmenubox a:hover 
{
    text-decoration: none;
    background-color: #f5f5f5;
    color: #333333;
}

.leftmenubox ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftmenubox li 
{
    margin-bottom: -1px;
    border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.leftmenubox ul li ul
{
    margin:0px 0px 0px 0px;
	padding:5px 0px 10px 20px;
	background-color: White;
	border: 0px;
}
.leftmenubox ul li ul a 
{
    margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #dddddd;
	color: #777777;
	font-size: 95%;
}
.leftmenubox ul li ul a:hover 
{
	background-color: White;
	border: 0px;
	border-bottom: 1px solid #777777;
}

.leftmenubox ul li ul li 
{
    list-style: none;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px;
}
.leftmenubox_active a 
{
    color: #333333;
}


/* LEFT MENU END */








