/******    MENU   ********/

.menu {
	z-index:1000;
	font-size:10px;
	font-weight:bold;
	float:right;
	margin:0px; /* this page only */
	padding: 0 0 0 0;
	height:auto;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:164px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-15px; ma\rgin-left:-0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:18px;
}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:10px;
	font-weight:bold;
}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:18px;
	width:164px;
	color:#000;

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:164px; w\idth:164px;}
/* style the link hover */
* html .menu a:hover {color:#000; background:#ffffff;}

.menu :hover > a{
	color:#000; 
	background:#ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
width:157px;
	visibility:hidden;
	position:absolute;
	top:0;
	left:-170px; 
	background:#ffffff;
}

.menu ul li ul{
	background:#ffffff;
	width:151px;
	border-left:6px solid #333333;
	
}

.menu ul li a.mainnavpad{
	text-indent:18px;
	line-height:18px;
}

.menu div.mainnavopen{
	text-indent:18px;
	line-height:18px;
	background:#ffffff;
}

.menu ul li ul li{
width:157px;
	padding: 0px 0px 0px 6px;
	background:#ffffff;
	border: 0px;
	line-height:18px;
}

.menu ul li ul li a{
	padding: 0px 0px 0px 6px;
	background:#ffffff;
	border: 0px;
}

.menu ul li ul li a:hover{
	width:151px;
	background:#d8dbd2;
	border: 0px;
}

.menu ul li ul li.navcarpic{
	width:159px;
	padding-top:8px;
	height:90px;
	
}

.menu ul li ul li.navcarmenu{
	width:auto;
	text-indent:5px;
	background:#ffffff;
}

.menu ul li.undernavpad{
	line-height:18px;
	width:auto;
	text-indent:18px;
	background:#ffffff;
}

.menu ul li.navcarunder{
	line-height:18px;
	width:auto;
	text-indent:28px;
}

.menu ul li.navcarhi{
	line-height:18px;
	width:auto;
	text-indent:18px;
	background:#ffffff;
}

.menu ul li.navcarunderhi{
	line-height:18px;
	width:auto;
	text-indent:28px;
	background:#ffffff;
}

.menu li.navcarmenucar{
	width:157px;
	font-weight:bold;
	text-indent:5px;
}

.menu ul li ul li.navcarmenu a{
	width:151px;
	font-weight:bold;
}

.menu ul li ul li.navcarmenulast{
	width:151px;
	font-weight:normal;
	text-indent:5px;
	
}

.menu ul li ul li.navcarmenulast a{
	height:30px;
	line-height:18px;
	width:151px;
	font-weight:bold;
}

.menu ul li ul li.navcarmenupad{
	width:151px;
	height:4px;
	
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}


/******    MODEL PAGE NAV   ********/

.onsub{
	height:auto;
	display:block;
	font-weight:bold;
}

.navcaropened{
	display:block;
	position:relative;
	padding: 0px;
	background:#ffffff;
	margin:0px;
	border: 0px;
	text-indent:28px;
	line-height:18px;
}

.navcaropened a{
	background:#d8dbd2;
}


/******     BUSINESS TAB   **********/

.menucont{
    padding-top:10px;
    padding-bottom:10px;
        background:#d8dbd2;
        display:block;
        height:auto;
}
.menubus {
    font-size:10px;
    font-weight:bold;
}
.menubus ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.menubus li {
    background:#d8dbd2;
    display:block;
    text-indent:20px;
    line-height:20px;
}

.menubus a, .menubus a:visited {

    display:block;
    text-decoration:none;
    height:20px;
    width:164px;
    color:#000;

}


* html .menubus a:hover {
    color:#000;
    background:#ffffff;
    width:164px;
}

.menubus :hover > a{
    display:block;
    height:20px;
    color:#000;
    background:#ffffff;
    width:164px;
}


