/* CSS Document */

#subMenu_ui{
	padding:40px 0px 0px 0px;
}
ul#subMenu_ui{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
li#subMenu_ui{
	display:block;
	width:162px;
	height:40px;
	margin:0;
	padding:0;
}
#sub_before{
	height:40px;
	background:url(../g_images/subMenu_before.png) no-repeat 0 0;
}
#sub_durring{
	height:40px;
	background:url(../g_images/subMenu_durring.png) no-repeat 0 0;
}
#sub_after{
	height:40px;
	background:url(../g_images/subMenu_after.png) no-repeat 0 0;
}
#sub_wines{
	height:40px;
	background:url(../g_images/subMenu_wines.png) no-repeat 0 0;
}
ul#subMenu_ui a{
	display:block;
	width:162px;
	height:40px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

li#sub_before a:hover{background:url(../g_images/subMenu_before.png) no-repeat 0 -40px;}
li#sub_durring a:hover{background:url(../g_images/subMenu_durring.png) no-repeat 0 -40px;}
li#sub_after a:hover{background:url(../g_images/subMenu_after.png) no-repeat 0 -40px;}
li#sub_wines a:hover{background:url(../g_images/subMenu_wines.png) no-repeat 0 -40px;}