
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;} .qmmc .qmdividery{float:left;width:0px;} .qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;} .qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmsh div a{float:left;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* Remove the comments bleow for vertical mains and change the false value to
true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/


/*"""""""" (MAIN) Container """"""""*/
#qm0
{ 
    background-color:transparent;
    width:800px;
}


/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
    color:#ffffff;
    background-color:#395996;
    /*background-color:#416E73;
    background-image:url(../images/bg_menu_under.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;*/
    background-position:bottom left;
    background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    padding-left:15px;
    padding-right:15px;
    padding-top:6px;
    padding-bottom:7px;
    border-style:solid;
    border-color:#000000;
    border-width:0px 0px 0px 0px;
    margin-right:1px;
    margin-bottom:1px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover { 
    /*background-color:#284648;*/
    background-color:#8AB1E8;
    color:#ffffff;
    text-decoration:underline;
}


/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
    color:white;
    /*background-color:#284648;*/
    background-color:#8AB1E8;
    background-image:none;
    text-decoration:none;

}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
    width:150px;
    border:none;
    margin:0px;
    text-align:left;
}

#qm0 hr
{
    margin:0;
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
    font-size:11px;
    color:white;
    padding:5px 30px 5px 5px;
    /*background-color:#416E73;*/
    background-color:#395996;
    background-image:none;
    text-decoration:none;
	width:140px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{

    border-color:#666666;
    /*background-color:#284648;*/
    background-color:#8AB1E8;
    color:#F8F8F7;
    text-decoration:none;
}

#qm0 div div
{
    margin:0px 0px 0px 3px;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
    border-color:#666666;
    /*background-color:#284648;*/
    background-color:#8AB1E8;
    color:#ffffff;
    text-decoration:none;
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{



}

