@charset "utf-8";
/* CSS Document */

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_left_right_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.mnd {
height:35px;
width:900px;
position:relative; 
font-family:"Century Gothic", arial, helvetica, sans-serif; 
font-size:12px;
z-index:500;
clear:left;
}

.mnd .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.mnd li {
float:left;
}

.mnd li.lrt {
float:right;
}


.mnd .select a {
display:block; 
height:35px; 
float:left; 
padding:0; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fcf;
}


.mnd .select li.lrt a {color:#0ff;}


.mnd .select a b {
display:block;
padding:0 10px 0 10px; 
}

.mnd .select a:hover, 
.mnd .select li:hover a {
padding:0;
cursor:pointer; 
color:#fff;

}


.mnd a:hover{
	background-color:#c05a5f;
	
}

.mnd .select a:hover b, 
.mnd .select li:hover a b {
display:block; 
padding:0 10px 0 10px; 
cursor:pointer;
}

.mnd .sub {
display:none;
}
.mnd ul ul {display:none;}

/* IE6 only */
.mnd table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.mnd .sub {
margin:0; 
padding:0;
list-style:none;
}

.mnd .sub li {background:transparent;}

.mnd .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:900px;
top:35px; 
left:0; 
text-align:center;
background-color:#c05a5f;

}

.mnd .select :hover .sub li a 
{display:block; height:25px; line-height:25px; float:left; padding:0 5px; margin:0; white-space:nowrap; color:#fcf;font-size:12px;}

.mnd .select :hover .sub li.subline a {color:#c00;}

.mnd .select :hover .sub li a:hover,
.mnd .select :hover .sub li:hover
{color:#900; line-height:25px; position:relative; background:#fcf left bottom;}

