﻿/* menu 1 */
/* this is the main UL element*/
.menu_h1{
}

.dropdown_menu_h1{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}

/* these are the inner menus*/
.dropdown_menu_h1 ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	}

/* these are all the LIs in the menu*/
.dropdown_menu_h1 li
{
    margin: 0;
    padding: 5px;
    width: 150px;
    background-color: #FFFFFF;
    cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_menu_h1 a
{
    text-decoration: none;
    color: #990099;
    width: 100%;
    font-family: 'Segoe Print';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: medium;
    height: 125px;
}

.dropdown_menu_h1 a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown_menu_h1 ul li{
	border:0px solid #444;
	border-top:0;

}

/* these are the LIs that contains a submenu*/
.dropdown_menu_h1 li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:150px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_menu_h1 ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}

/* menu 2 */

.menu_h2
{
    padding-left:300px;
	background-color: #4C575F;
}


/* this is the main UL element*/
.dropdown_menu_h2
{
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 355px;
}

/* these are the inner menus*/
.dropdown_menu_h2 ul{
	/*margin:0;*/
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	}

/* these are all the LIs in the menu*/
.dropdown_menu_h2 li
{
    margin: 0;
    padding: 5px;
    width: 75px;
    background-color: #FFFFFF;
    cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_menu_h2 a
{
    text-decoration: none;
    color: #990099;
    width: 100%;
    font-family: 'Segoe Print';
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    font-size: xx-small;
}

.dropdown_menu_h2 a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown_menu_h2 ul li{
	border:1px solid #444;
	border-top:0;
}

/* these are the LIs that contains a submenu*/
.dropdown_menu_h2 li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	width:75px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_menu_h2 ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}
#div_menu_horizontal ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:75px;
}

#div_menu_horizontal li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#div_menu_horizontal ul ul
{
	position:absolute;
	display:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top:0px;
	background-color: #669900;
	
}
#div_menu_horizontal li li
{
	float: none;
	margin: 0;
	padding: 0;
	background-color: #0066CC;
}
#div_menu_horizontal li a:link, #div_menu_horizontal li a:visited
{
	display: block;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#div_menu_horizontal li a:hover {
}
#div_menu_horizontal li a:active { background-color: #5F879D; }

#div_menu_horizontal li li a:link,
#div_menu_horizontal li li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
 
}
#div_menu_horizontal li li a:hover
{
 background-image: none;
 background-color: #F2462E;
}
/* SS MENU  */
