@charset "utf-8";
/* 		CSS Document 					*/
/* 		Date: 07/07/2009 				*/
/* 		Website: flashboutique.com.au	*/
/* 		Version: 1.0					*/

/* ------------------------------------	*/
/*                  ID                	*/
/* ------------------------------------	*/

#menu {
	background:transparent url("../images/unselected_bg.gif") repeat-x top left;
	color:#fff;
	width:auto;
	height:70px;
}

#menu ul {
	padding:12px 0 0 0;
	text-align:center;
}

#menu ul li {
	font: 12px/20px verdana, sans-serif;
	display:inline;
	height:1000px;
}

#menu ul li a {
	position:relative;
	top:0px;
	color:#FFFFFF;
	text-decoration:none;
	padding:15px 45px 24px 45px;
}

#menu ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background:transparent url("../images/hover_bg.gif") repeat top right;
}

#menu ul li a.current {
	color:#FFFFFF;
	text-decoration:none;
	background:transparent url("../images/selected_bg.gif") repeat top right;
}

/* ------------------------------------	*/
/*               CLASSES            	*/
/* ------------------------------------	*/

/* ------------------------------------	*/
/*              SELECTORS           	*/
/* ------------------------------------	*/

/* ------------------------------------	*/
/*                ACHORS              	*/
/* ------------------------------------	*/