/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

ul, li {
	padding: 0;
	margin: 0;
}

#menu-container{
	background-color:#FFF;
	background-repeat: repeat-x;
	width: 850px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 336px;
	margin-top: 0px;
	text-align: left;
}
#menu {
	/* recommended styles for options ul container */
	list-style: none;
	position: relative;
	width: 850px;
	height: 336px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	padding: 0px;
}
.options {

}
.menubox {
	/* these are required, but the values are up to you (must be pixel) */
	width: 120px;
	height: 336px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0px;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin: 0px;
	float: left;
}
.options ul  li .horizontal{
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu .vertical  {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */
}
.menubox:hover {
	background-image: url(../img-menu/blue_bg.png);
}

#uk_1 {
/*	background-color: #53b388;*/	
	background-image: url(../img-menu/uk-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#australia_2
 {
	/*	background-color: #5a69a9;*/	
	background-image: url(../img-menu/oz-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#usa_3 {
	/*background-color: #c26468;*/
	background-image: url(../img-menu/us-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#italy_4 {
	/*background-color: #bf7cc7;*/
	background-image: url(../img-menu/italy-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#singapore_5 {
	/*background-color: #CF9;*/
	background-image: url(../img-menu/singapore-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#aboutus_6 {
	/*background-color: #FFFFC1;*/
	background-image: url(../img-menu/aboutus-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#paidcourses_7 {
	/*background-color: #BBB;*/
	background-image: url(../img-menu/paidcourses-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu-title   {
	/*do not change these */
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #000;
	background-image: url(../img-menu/menu-title-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	clear: both;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}
.menu-title:hover {	/*do not change these */
	color: #000;

}
/* following box_inner properties alteresd by Javascript when DOM loads - width, background-color, overflow, font-size */
.submenu    {
	text-overflow: clip;
	font-size: 9pt;
	padding-top: 20px;
	margin-left: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	text-indent: -250px;
	height: 100%;
	padding-left: 0px;
	font-size: 8pt;
}
.submenu a{
	display: block;
	text-decoration: none;
	color: white;
	padding-bottom: 2px;
	padding-left: 10px;
}
.submenu a:hover{
	text-decoration: underline;
	color: white;
	background-image: url(../img-menu/link_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu h1{
	color: white;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
}
.submenu:hover {
	text-overflow: clip;
	background-image: url(../img-menu/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 100%;
	text-indent: 0pt;
	white-space: nowrap;
}


ul .submenu{
	padding-left: 20px;
	list-style-type: none;
	list-style-position: outside;
}
ul .submenu li{
	line-height: 18px;
}
