/* 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. */
.panel_wrapper {
	width:260px;
	height:150px;
	background: url('../images/login_img/panel_title.gif') no-repeat;
}

.panel {
	/* recommended styles for kwicks ul container */
	position: relative;
	margin: 0;
	padding: 0;
	margin-left:20px;
	background-color: #244779;
	/*background: #244779 url('../images/login_img/panel_bg.gif') no-repeat;*/
}

.panel01, .panel02, .panel03, .panel04, .panel05 {
	/* these are required, but the values are up to you (must be pixel) */
	width: 240px;
	height: 30px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.panel01 a, .panel02 a, .panel03 a, .panel04 a, .panel05 a {
	display: block;
	margin: 0;
	width: 240px;
	height: 30px;
}

.panel01 { 
	background: url('../images/login_img/login_01_ns.gif') no-repeat;
}
.panel01 a {
	background-color: #002D62;
	cursor:pointer;
	background: url('../images/login_img/login_01_ns.gif') no-repeat;
}
.panel01 a:hover {
	background: url('../images/login_img/login_01_o.gif') no-repeat;
	cursor:pointer;
}

.panel02 {
	background: url('../images/login_img/login_02_ns.gif') no-repeat;
}
.panel02 a {
	background-color: #043A6D;
	background: url('../images/login_img/login_02_ns.gif') no-repeat;
	cursor:pointer;
}
.panel02 a:hover {
	background: url('../images/login_img/login_02_o.gif') no-repeat;
	cursor:pointer;
}

.panel03 {
	background: url('../images/login_img/login_03_ns.gif') no-repeat;
}
.panel03 a {
	background-color: #244779;
	background: url('../images/login_img/login_03_ns.gif') no-repeat;
	cursor:pointer;
}
.panel03 a:hover {
	background: url('../images/login_img/login_03_o.gif') no-repeat;
	cursor:pointer;
}

.panel04 {
	background: url('../images/login_img/login_04_ns.gif') no-repeat;
}
.panel04 a {
	background-color: #3B5686;
	background: url('../images/login_img/login_04_ns.gif') no-repeat;
	cursor:pointer;
}
.panel04 a:hover {
	background: url('../images/login_img/login_04_o.gif') no-repeat;
	cursor:pointer;
}

.panel05 {
	background: url('../images/login_img/login_05_ns.gif') no-repeat;
}
.panel05 a { 
	background-color: #506693;
	background: url('../images/login_img/login_05_ns.gif') no-repeat;
	cursor:pointer;
}
.panel05 a:hover {
	background: url('../images/login_img/login_05_o.gif') no-repeat; 
	cursor:pointer;
}