/*!!!!!!!!!!! QuickMenu Core CSS  !!!!!!!!!!!!!*/
.qmmc .qmdivider {
display : block;
font-size : 1px;
border-width : 0;
border-style : solid;
position : relative;
z-index : 1;
}

/*"""""""" (MAIN) Items""""""""*/
.qmmc .qmdividery {
float : left;
width : 0;
}
.qmmc .qmtitle {
display : block;
cursor : default;
white-space : nowrap;
position : relative;
z-index : 1;
}
.qmclear {
font-size : 1px;
height : 0;
width : 0;
clear : left;
line-height : 0;
display : block;
float : none !important;
}
.qmmc {
position : relative;
z-index : 10;
}
.qmmc a, .qmmc li {
float : left;
display : block;
white-space : nowrap;
position : relative;
z-index : 1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
float : none;
}
.qmsh div a {
float : left;
}
.qmmc div {
visibility : hidden;
position : absolute;
}
.qmmc li {
z-index : auto;
}
.qmmc ul {
left : -10000px;
position : absolute;
z-index : 10;
}
.qmmc, .qmmc ul {
list-style : none;
padding : 0;
margin : 0;
}
.qmmc li a {
float : none;
}
.qmmc li:hover > ul {
left : auto;
}
#qm0 ul {
top : 100%;
}
#qm0 ul li:hover > ul {
top : 0;
left : 100%;
}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
#qm0 {
width : 100%;
margin : 0;
border : 0;
padding:0;
text-align : left;
position : relative;
top : -1px;
left: 0px;
z-index : 1000;
}
#qm0 a {
padding : 4px 40px 4px 10px;
background-color : #476c22;
color : #C5DDA4;
font-family :'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
font-size : 100%;
text-decoration : none;
text-align : left;
border-width : 0px 0px 0px 1px;
border-style : solid;
border-color : #ffffeb;
width : 57px;
background : url(images/taboff3.jpg) no-repeat center top;
}
#qm0 .current {
color : #476c22;
background : url(images/tabon3.jpg) no-repeat center top;
}
#qm0 a:hover {
color : #476c22;
background : url(images/tabon3.jpg) no-repeat center top;
}
#qm0 li:hover > a {
color : #476c22;
background : url(images/tabon3.jpg) no-repeat center top;
}
#qm0 .qmparent:hover {
color : #476c22;
}
body #qm0 .qmactive, body #qm0 .qmactive:hover {
color : #C5DDA4;
}
#qm0 div, #qm0 ul {
padding : 2px;
margin : -1px 0 0 -1px;
background-color : #476c22;
border-style : solid;
border-color : #476c22;
width : 160px;
text-align : left;
background-image : none;
}
#qm0 div a, #qm0 ul a {
padding : 1px 1px 1px 1px;
color : #C5DDA4;
font-size : 95%;
border-width : 0px 0 1px 0;
border-color : #C5DDA4;
width : 100%;
background-image : none;
}
#qm0 div a:hover {
background-color : #C5DDA4;
color : #476c22;
border-color : #C5DDA4;
background-image : none;
}
#qm0 ul li:hover > a {
background-color : #C5DDA4;
color : #476c22;
border-color : #C5DDA4;
background-image : none;
}
#qm0 div .qmparent:hover {
background-image : none;
color : #476c22;
}
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
color : #476c22;
border-color : #476c22;
background-image : none;
}
#qm0 .qmtitle {
margin : 2px 5px 5px 5px;
color : #C5DDA4;
font-size : 80%;
font-weight : bold;
}
#qm0 .qmdividerx {
border-width:0px 0px 0px 0px;
margin : 4px 5px 4px 5px;
border-color : #C5DDA4;
width : 150px;
}
