.SubMenu_Footer{background-image:url('../layout/sub_menu_footer.png'); background-repeat:no-repeat; background-position:bottom; width:180px; height:8px; position:absolute; bottom:-8px; padding:0px; margin:0px;}

/* links
*************************/
a, a:link, a:visited, a:hover, a:active{text-decoration: none; outline:none; cursor:pointer;}

/* tabs
*************************/
ul.tabs{display: table;	margin: 0px; padding:0px;  list-style: none; vertical-align:middle;  }
ul.tabs li{	margin: 0;	padding: 0;	list-style: none; display: table-cell; float: left; border:0px;}
ul.tabs a, ul.tabs a:hover, ul.tabs a:visited{ display: block; }

/* dropdowns
*************************/
ul.dropdown{padding: 0;	position: absolute;	z-index: 999999; display: none;}
ul.dropdown li{	margin: 0;	padding: 0;	float: none;  list-style: none;	display: block;}
ul.dropdown li a{ display: block; }

/* menu-specifc
*************************/
#menu { height:28px; line-height:28px; }

.menu_inactive { border:0px; vertical-align:top; margin:0; padding:0; }
/*.menu_inactive:hover {  margin:0; padding:0;  }*/

.menu_inactive a { -moz-transition: background 0.1s linear 0s; -o-transition: background 0.1s linear 0s;  transition: background 0.1s linear 0s;font-family: 'Lato', sans-serif; font-size:12px; font-weight:700; text-decoration:none; text-align:center; text-transform:uppercase; color:#404041; cursor:pointer;  outline:none; padding-left:10px; padding-right:10px; margin-left:5px;  }
.menu_inactive a:hover { color:#03ade8; background-color:#e6e6e6; -moz-border-radius-topleft: 10px; -moz-border-radius-topright:5px; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}

.menu_active {-moz-transition: background 0.1s linear 0s; -o-transition: background 0.1s linear 0s;  transition: background 0.1s linear 0s;font-family:'Lato', sans-serif; font-size:12px; font-weight:700; border:0px; vertical-align:top; margin:0px; padding:0px; text-transform:uppercase; } 
.menu_active a { color:#03ade8; background-color:#e6e6e6; text-align:center; text-decoration:none; cursor:pointer; outline:none; padding-left:10px; padding-right:10px; margin-left:5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright:5px; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}

/* SUBITEMS DIV */
#menu ul.dropdown{ margin-left:5px; padding:0px;padding-bottom:5px; background-color:#e6e6e6;  font-family: 'Lato', sans-serif; border: 0px; min-width:150px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright:5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; }
.submenu_inactive, .submenu_inactive a{-moz-transition: background 0.1s linear 0s; -o-transition: background 0.1s linear 0s;  transition: background 0.1s linear 0s;text-align: left; font-size: 12px; line-height:20px; height:20px; vertical-align:middle; color: #404041; border: 0px; white-space: nowrap;}
.submenu_inactive:hover, .submenu_inactive a:hover { color:#fff; background-color:#03ade8; }
.submenu_active, .submenu_active a{-moz-transition: background 0.1s linear 0s; -o-transition: background 0.1s linear 0s;  transition: background 0.1s linear 0s;color:#fff; background-color:#03ade8; text-align: left; font-size: 12px; line-height:20px; height:20px; vertical-align:middle; overflow:hidden; border:0px; white-space:nowrap; }

.hasmore{ position:relative;}



