﻿#start {
    width : 105px;
    height : 26px; 
    margin : 6px 0px 0px 5px; 
    padding-top : 38px; 
    background-image : url('./Images/TopMenuImage/volleyball.png'); 
    background-repeat : no-repeat; 
    color : White;
}
#start:hover {
    cursor : pointer;
}

#start_2 {
    width : 105px;
    height : 32px; 
    margin : 6px 0px 0px 5px; 
    padding-top : 32px; 
    background-image : url('./Images/TopMenuImage/beach.png'); 
    background-repeat : no-repeat; 
    color : White;
}
#start_2:hover {
    cursor : pointer;
}

#start_3 {
    width : 105px;
    height : 32px; 
    margin : 6px 0px 0px 5px; 
    padding-top : 32px; 
    background-image : url('./Images/TopMenuImage/external.png'); 
    background-repeat : no-repeat; 
    color : White;
}
#start_3:hover {
    cursor : pointer;
}

#start_4 {
    width : 105px;
    height : 32px; 
    margin : 6px 0px 0px 5px; 
    padding-top : 32px; 
    background-image : url('./Images/TopMenuImage/snow.png'); 
    background-repeat : no-repeat; 
    color : White;
}
#start_4:hover {
    cursor : pointer;
}
/* ************************************************************************************************ */

.slide {
	height : 80px;
    margin : 0;
    overflow : hidden;
    position : relative;
	border : 0px solid #999999;
}
.slide .inner {
	height : 70px;
    padding : 0px;
    position : absolute;
	border : 0px solid #999999;
}

.slide_2 {
    width : 650px;
	height : 80px;
    margin : 0;
	position : relative;
    overflow : hidden;
	border : 0px solid red;
}
.slide_2 .inner_V {
    width : 650px;
	height : 70px;
    padding : 0px;
    position : absolute;
	border : 0px solid white;
}


.slide_3 {
    width : 650px;
	height : 80px;
    margin : 0;
	position : relative;
    overflow : hidden;
	border : 0px solid red;
}
.slide_3 .inner_E {
    width : 650px;
	height : 70px;
    padding : 0px;
    position : absolute;
	border : 0px solid white;
}


.slide_4 {
    width : 650px;
	height : 80px;
    margin : 0;
	position : relative;
    overflow : hidden;
	border : 0px solid red;
}
.slide_4 .inner_Q {
    width : 650px;
	height : 70px;
    padding : 0px;
    position : absolute;
	border : 0px solid white;
}

/* ************************************************************************************************ */

#Menu_Content{
	left : 10px;
	position : absolute;
	border : 0px solid black;
	}

ul.oe_menu{
	width : 94px;
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none;
	clear:both;
	border : 0px solid black;
}

ul.oe_menu3{
	width : 94px;
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none;
	clear:both;
	border : 0px solid black;
}

ul.oe_menu4{
	width : 94px;
	margin : 0px;
	padding : 0px;
	position : relative;
	list-style : none;
	clear:both;
	border : 0px solid black;
}

ul.oe_menu > li{
	width : 94px;
	height : 64px;
	position : relative;
}
ul.oe_menu3 > li{
	width : 94px;
	height : 64px;
	position : relative;
}
ul.oe_menu4 > li{
	width : 94px;
	height : 64px;
	position : relative;
}


ul.oe_menu > li > a{
	width : 94px;
	height : 42px;
	margin : 0px;
	padding-top : 22px;
	background-repeat : no-repeat;
	display : block;
	color : white;
	text-decoration : none;
	text-shadow : 0px 0px 1px #000;
	border : 0px solid;
}
ul.oe_menu3 > li > a{
	width : 94px;
	height : 42px;
	margin : 0px;
	padding-top : 22px;
	background-repeat : no-repeat;
	display : block;
	color : white;
	text-decoration : none;
	text-shadow : 0px 0px 1px #000;
	border : 0px solid;
}
ul.oe_menu4 > li > a{
	width : 94px;
	height : 42px;
	margin : 0px;
	padding-top : 22px;
	background-repeat : no-repeat;
	display : block;
	color : white;
	text-decoration : none;
	text-shadow : 0px 0px 1px #000;
	border : 0px solid;
}

ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a {
	color : white;
}

ul.oe_menu3 > li > a:hover,
ul.oe_menu3 > li.selected > a {
	color : white;
}
ul.oe_menu4 > li > a:hover,
ul.oe_menu4 > li.selected > a {
	color : white;
}

ul.oe_full > li:hover{
	color : white;
}
ul.oe_full3 > li:hover{
	color : white;
}
ul.oe_full4 > li:hover{
	color : white;
}
ul.oe_menu div{
	width : 94px;
	height : auto;
	top : 64px;
	left : 0;
	padding : 0px;
	position : absolute;
	display : none;
	border : 0px solid #949494;
}

ul.oe_menu3 div{
	width : 94px;
	height : auto;
	top : 64px;
	left : 0;
	padding : 0px;
	position : absolute;
	display : none;
	border : 0px solid #949494;
}
ul.oe_menu4 div{
	width : 94px;
	height : auto;
	top : 64px;
	left : 0;
	padding : 0px;
	position : absolute;
	display : none;
	border : 0px solid #949494;
}

ul.oe_menu div ul li a{
	width : 94px;
	padding-top : 10px;
    padding-bottom:10px;
	margin : 0px;
	text-decoration : none;
	text-align : center;
	color : white;
	display : block;
	border : 0px solid Blue;
}
ul.oe_menu3 div ul li a{
	width : 94px;
	padding-top : 10px!important;
    padding-bottom:10px; 
	margin : 0px;
	text-decoration : none;
	text-align : center;
	color : white;
	display : block;
	border : 0px solid Blue;
       
}

ul.oe_menu4 div ul li a{
	width : 94px;
	padding-top : 10px!important;
    padding-bottom:10px; 
	margin : 0px;
	text-decoration : none;
	text-align : center;
	color : white;
	display : block;
	border : 0px solid Blue;
   
    
}

ul.oe_menu div ul.oe_full{
	width : 94px;
}


ul.oe_menu div ul.oe_full3{
	width : 94px;
}
ul.oe_menu div ul.oe_full4{
	width : 94px;
}

ul.oe_menu li ul{
	width : 94px;
	float : left;
	list-style : none;
	margin : 0px;
	padding : 0px;
	border : 0px solid Blue;
}
ul.oe_menu3 li ul{
	width : 94px;
	float : left;
	list-style : none;
	margin: 0px;
	padding : 0px;
	border : 0px solid Blue;
   
}
ul.oe_menu4 li ul{
	width : 94px;
	float : left;
	list-style : none;
	margin: 0px;
	padding : 0px;
	border : 0px solid Blue;
   
}

/* ************************************************************** */

.bg_orange{
    background-color : #ED4F29;
}
.link_orange:hover{
	background-color : #A83C22;
}

.bg_green{
    background-color : #96AB37;
}
.link_green:hover{
	background-color : #637026;
}

.bg_darkgreen{
    background-color : #319A46;
}
.link_darkgreen:hover{
	background-color : #006633;
}

.bg_purple{
    background-color : #8B1A32;
}
.link_purple:hover{
	background-color : #420D1A;
}

.bg_blue{
    background-color : #3895B6;
}
.link_blue:hover{
	background-color : #2C758F;
}

li.Separator{
	height : 2px; 
	background-image : url('./Images/Menu_Separator.png'); 
	background-repeat : no-repeat; 
	background-position : 50% 50%;
	}
