/* CSS Document for the menu */

.menutitle, .menutitle_active {
margin-bottom			: 0px;
margin-left       : 1px;
padding-left			: 2px;
padding-right     : 0px;
padding-top				: 13px;
padding-bottom		: 10px;
background-image	: url(../images/menubutton.png);
/* background-repeat : repeat */
width					: 145px;
text-align				: center;
font-family				: Verdana, sans-serif;
font-size				: 10px;
font-weight     : bold;
line-height				: 130%;
clear:both; /* Firefox Submenu Fix */
}

.menutitle:hover {
background-image		: url(../images/menubutton_hover.png);
 }

.menutitle_active:hover { 
background-image		: url(../images/menubutton_hover.png);
}

.menutitle a:link {
color					: #FFFFFF;
text-decoration			: none;
}

.menutitle a:active {
color					: #FFFFFF;
text-decoration			: none;
}

.menutitle a:visited {
color					: #FFFFFF;
text-decoration			: none;
}

.menutitle a:hover {
color					: #c3c5c6;
text-decoration			: none;
}

.menutitle_active a:link {
color					: #c3c5c6;
text-decoration			: none;
}

.menutitle_active a:active {
color					: #c3c5c6;
text-decoration			: none;
}

.menutitle_active a:visited {
color					: #c3c5c6;
text-decoration			: none;
}

.menutitle_active a:hover {
color					: #c3c5c6;
text-decoration			: none;
}

#masterdiv {
width					: 150px;
padding-left			: 0px;
float					: right;
margin-top				: 15px;
}

div.menu{
width					: 150px;
padding-bottom			: 0.05px;
}

.subtitle {
background-color		: #FFFFFF;
float					: left;
text-align				: right;
font-size				: 9px;
font-family				: Verdana, sans-serif;
width					: 140px;
margin-bottom			: 0px;
margin-left				: 1px;
margin-top        : 0px;
padding-bottom		: 1px;
padding-top				: 5px;
line-height				: 150%;
}

.subtitle a:link {
color					: #666666;
text-decoration			: none;
padding-left			: 5px;
}

.subtitle a:active {
color					: #666666;
text-decoration			: none;
padding-left			: 5px;
}

.subtitle a:visited {
color					: #666666;
text-decoration			: none;
padding-left			: 5px;
}

.subtitle a:hover {
color					: #0065cb;
text-decoration			: underline;
padding-left			: 5px;
}

a.subtitle_active:link {
color					: #0065cb;
text-decoration			: none;
padding-left			: 5px;
}

a.subtitle_active:active {
color					: #0065cb;
text-decoration			: none;
padding-left			: 5px;
}

a.subtitle_active:visited{
color					: #0065cb;
text-decoration			: none;
padding-left			: 5px;
}

a.subtitle_active:hover {
color					: #0065cb;
text-decoration			: none;
padding-left			: 5px;
}
